home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 435
- Height = 300
- Caption = 'TForm1 = Class(TForm0)'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 80
- Width = 169
- Height = 25
- AutoSize = False
- Caption = 'Label1 of TForm1'
- end
- object Button1: TButton
- Left = 200
- Top = 72
- Width = 153
- Height = 33
- Caption = 'Button1 of TForm1'
- TabOrder = 0
- OnMouseDown = Button1MouseDown
- OnMouseUp = Button1MouseUp
- end
- object Edit1: TEdit
- Left = 16
- Top = 104
- Width = 161
- Height = 24
- TabOrder = 1
- Text = ' Edit1 of TForm1'
- end
- object Dummy_Panel: TPanel
- Left = 208
- Top = 184
- Width = 185
- Height = 73
- Enabled = False
- Caption = 'Dummy_Panel'
- TabOrder = 2
- Visible = False
- object Dummy_Speedbutton: TSpeedButton
- Left = 0
- Top = 0
- Width = 145
- Height = 25
- Caption = 'Dummy_Speedbutton'
- end
- object Dummy_Bevel: TBevel
- Left = 8
- Top = 48
- Width = 145
- Height = 17
- end
- end
- end
-